export declare const codeTemplate: (args: { isLoading?: boolean; columns?: string; sections?: string; floatingActions?: boolean; isInfiniteScroll?: boolean; showSearch?: boolean; showTitle?: boolean; showTooltip?: boolean; rows: string; }) => string;