export interface FsAddressCollapseButtonConfig {
show?: boolean;
title?: string;
color?: string;
theme?: 'mat-button' | 'mat-raised-button' | 'mat-flat-button' | 'mat-stroked-button';
}
export interface IFsAddressCollapseButtonConfig extends FsAddressCollapseButtonConfig {
}